home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / o-z / x-windows / amiwind / x11 / bin / startx < prev    next >
Encoding:
AmigaDOS Script File  |  1995-12-01  |  298 b   |  17 lines

  1. .key display
  2. ;$VER: startx 2.11 (05.08.95)
  3. ;Copyright © 1995 Holger Kruse
  4. ;All rights reserved.
  5. ;
  6. setenv DISPLAY local:<display$0>
  7. changetaskpri 1
  8. run AmiWin :<display$0>
  9. changetaskpri 0
  10. WaitForX <display$0>
  11. changetaskpri 2
  12. run twm
  13. changetaskpri 0
  14. if exists x11:.xinitrc
  15. execute x11:.xinitrc
  16. endif
  17.